0
Welcome Guest! Login
0 items Join Now

Magento Forum

    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Magento Forum

    Posted 12 years 11 months ago
    • 1. Forum access is only for club members, so yes you do lose access once your membership expires.

      2. You can also just delete DemoSampleData_Installer.xml from app/etc/modules and that will do the same thing
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: Magento Forum

    Posted 12 years 10 months ago
    • Hey Sam,
      How ya been?
      Gotta question for you
      I would like the special price to be displayed on the home page grid and slideshow,
      the special price attribute is enabled however it is shown on the category and product view only.
      Any suggestions?

      PS: Bought the Magento Development Book thanks to your suggestion :D
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Magento Forum

    Posted 12 years 10 months ago
    • You'll need the latest version of the template for that, it was fixed in the last update.
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: Magento Forum

    Posted 12 years 10 months ago
    • This is the latest 1.5.1 though
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Magento Forum

    Posted 12 years 10 months ago
    • The latest 1.5.1.0? Did you update manually? Or use a fresh RL?

      This image is hidden for guests.
      Please log in or register to see it.
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: Magento Forum

    Posted 12 years 10 months ago
    • just checked it is actually 1.5.0.1, will renew membership soon, just cannot afford it today.
      any way to fix it in the code?
    • Last Edit: 12 years 10 months ago by Casey Connors.
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Magento Forum

    Posted 12 years 10 months ago
    • Open up app/code/community/Rockettheme/FeaturedProducts/Model/Mysql4/Product/Collection.php and check that every function has finalPrice in it, such as :

      $this->addAttributeToSelect($attribute)->addAttributeToFilter('visibility', $visibility)->addCategoryFilter($_category)->addUrlRewrite()->addFinalPrice()->setPageSize($no_of_items)->getSelect()->order($randomize);
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
  • Re: Magento Forum

    Posted 12 years 10 months ago
    • Thanks Sam, it worked :D
  • Re: Magento Forum

    Posted 12 years 10 months ago
    • Sam,
      Having issue with the "Dataflow Profiles" legacy export function:
      Notice: Array to string conversion in /html/includes /src/Mage_Dataflow_Model_Convert_Parser_Csv.php on line 268
      Any suggestions?
      Thank you!
      PS, RT Template Only V 1.5.0.1 (not RL) over Mage 1.5.1
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Magento Forum

    Posted 12 years 10 months ago
    • We don't touch anything in the backend other than adding jQuery TinyMce to the System -> Configuration page, so wouldn't be anything theme related.
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.

Time to create page: 0.059 seconds